Skip to content

Commit

Permalink
fix: fogg gh ci invalid yaml (#37)
Browse files Browse the repository at this point in the history
Fix missing `with` lines
  • Loading branch information
vincenthsh authored Nov 18, 2022
1 parent 448839c commit 938dda9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/templates/.github/workflows/fogg_ci.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
repository: {{`${{ github.event.pull_request.head.repo.full_name }}`}}
ref: {{`${{ github.event.pull_request.head.ref }}`}}
- name: Cache Fogg
Expand Down Expand Up @@ -44,6 +45,7 @@ jobs:
allChanges: {{`${{ steps.changedDirs.outputs.allChanges }}`}}
steps:
- uses: actions/checkout@v3
with:
repository: {{`${{ github.event.pull_request.head.repo.full_name }}`}}
ref: {{`${{ github.event.pull_request.head.ref }}`}}
- uses: dorny/[email protected]
Expand Down
2 changes: 2 additions & 0 deletions testdata/github_actions/.github/workflows/fogg_ci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions testdata/v2_full_yaml/.github/workflows/fogg_ci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 938dda9

Please sign in to comment.