forked from chanzuckerberg/fogg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: switching fogg gh ci to pull_request broke commits Ref: https://github.com/EndBug/add-and-commit#working-with-prs * fix: Fix fogg ci pr fix Ensure github workflow interpolation doesn't break gotemplates
- Loading branch information
1 parent
7059854
commit c8bbe0a
Showing
3 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
repository: ${{ github.event.pull_request.head.repo.full_name }} | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
repository: {{`${{ github.event.pull_request.head.repo.full_name }}`}} | ||
ref: {{`${{ github.event.pull_request.head.ref }}`}} | ||
- name: Cache Fogg | ||
id: cache-fogg | ||
uses: actions/cache@v3 | ||
|
@@ -44,8 +44,8 @@ jobs: | |
allChanges: {{`${{ steps.changedDirs.outputs.allChanges }}`}} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
repository: ${{ github.event.pull_request.head.repo.full_name }} | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
repository: {{`${{ github.event.pull_request.head.repo.full_name }}`}} | ||
ref: {{`${{ github.event.pull_request.head.ref }}`}} | ||
- uses: dorny/[email protected] | ||
id: filter | ||
with: | ||
|
@@ -81,8 +81,8 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
token: {{`${{ secrets.GITHUB_TOKEN }}`}} | ||
repository: ${{ github.event.pull_request.head.repo.full_name }} | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
repository: {{`${{ github.event.pull_request.head.repo.full_name }}`}} | ||
ref: {{`${{ github.event.pull_request.head.ref }}`}} | ||
- name: fix terraform docs | ||
uses: terraform-docs/[email protected] | ||
if: contains(matrix.tfmodule, 'modules') # only need to make docs on the modules | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.