Skip to content

Commit

Permalink
Update test-branch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr committed Nov 16, 2023
1 parent 204bf03 commit 7ca9ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test branch
on:
push:
branches: "main"
paths: trigger-branch.json
paths: branch.json
concurrency: ${{ github.workflow }}
jobs:
test-branch:
Expand All @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- id: get-sha
run: |
sha=$(jq -r .sha trigger-branch.json)
sha=$(jq -r .sha branch.json)
echo "sha=$sha" >> "$GITHUB_OUTPUT"
- run: |
shopt -s dotglob nullglob
Expand Down

0 comments on commit 7ca9ea3

Please sign in to comment.