Im trying to reuse the github workflow to use pulu...
# general
b
Im trying to reuse the github workflow to use pulumi preview . However im getting this error :GitHub Actions / .github/workflows/pull_request.yml Invalid workflow file
Copy code
error parsing called workflow "peopleticker/ccc/.github/workflows/pull_request.yml@master": workflow was not found.
here is the code that I am using:
Copy code
name: Call a reusable workflow

permissions:
  id-token: write
  contents: read

on:
  pull_request:

jobs:
  call-workflow-passing-data:
    uses: peopleticker/ccc/.github/workflows/pull_request.yml@master
l
Please don’t post your request in multiple channels. For the archive, this is answered here: https://pulumi-community.slack.com/archives/C01PF3E1B8V/p1655191923891079
134 Views