Skip to content

Commit

Permalink
fix default value branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
michelwi authored Nov 21, 2024
1 parent a632a8c commit 24c6cca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apptek_hashes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: 3.8
- name: Start Bitbucket Pipeline
run: |
curl ${{ env.post_header }} ${{ env.auth_token}} ${{ env.api_url }} -d '${{ env.post_content }}'${GITHUB_HEAD_REF:-main}'"}]}' |\
curl ${{ env.post_header }} ${{ env.auth_token}} ${{ env.api_url }} -d '${{ env.post_content }}'${GITHUB_HEAD_REF:-master}'"}]}' |\
jq -r '.uuid' | sed 's/{/%7B/' | sed 's/}/%7D/' > pipeline_uuid.txt
- name: Verify Start
run: |
Expand All @@ -44,4 +44,4 @@ jobs:
curl ${{ env.get_header }} ${{ env.auth_token}} ${{ env.api_url }}$(cat pipeline_uuid.txt) |\
jq -r '.build_number') \
"failed. Please contact {wmichel,ebeck}@apptek.com to find out why."
exit 1
exit 1

0 comments on commit 24c6cca

Please sign in to comment.