Skip to content

Commit

Permalink
fix: scoring_id
Browse files Browse the repository at this point in the history
  • Loading branch information
butonium committed Mar 28, 2024
1 parent 8b28601 commit 61d591f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/v2-prepare-unstakes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
echo "unstake_hints_json=$unstake_hints_json" >> $GITHUB_ENV
echo "epoch=$epoch" >> $GITHUB_ENV
echo "scoring_id=$scoring_run_ui_id" >> $GITHUB_ENV
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down Expand Up @@ -98,7 +99,7 @@ jobs:
- name: Make a Pull Request
run: |
scoring_id="${{ env.scoring_id }}"
scoring_branch="ds-scoring/$scoring_id"
scoring_branch="ds-unstakes/$scoring_id"
git config --global user.name 'Autonomous Scoring Pipeline'
git config --global user.email '[email protected]'
git checkout -b "$scoring_branch"
Expand Down

0 comments on commit 61d591f

Please sign in to comment.