Skip to content

Commit

Permalink
fixed determine-test-metadata to use current branch as default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Yang committed Oct 8, 2024
1 parent e9802f7 commit 5fa1447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/forge-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
echo "BRANCH=${{ inputs.GIT_SHA }}" >> $GITHUB_OUTPUT
# if GIT_SHA not provided, use the branch where workflow runs on
else
echo "BRANCH=${{ github.ref_name }}" >> $GITHUB_OUTPUT
echo "BRANCH=${{ github.head_ref }}" >> $GITHUB_OUTPUT
fi
# Use the branch hash instead of the full branch name to stay under kubernetes namespace length limit
- name: Hash the branch
Expand Down

0 comments on commit 5fa1447

Please sign in to comment.