Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Oct 24, 2023
1 parent 59c1b2b commit fcde465
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ jobs:
issues: write
pull-requests: write
with:
package-build: ${{ inputs.package-build }}
package-lint: ${{ inputs.package-lint }}
package-test: ${{ inputs.package-test }}
website-build: ${{ inputs.website-build }}
package-build: ${{ inputs.package-build | false }}
package-lint: ${{ inputs.package-lint | false }}
package-test: ${{ inputs.package-test | false }}
website-build: ${{ inputs.website-build | false }}
meta-sync: ${{ inputs.meta-sync }}
hooks: ${{ inputs.hooks }}
secrets:
Expand Down

0 comments on commit fcde465

Please sign in to comment.