Skip to content

Commit

Permalink
Merge pull request #472 from kosenda/fix/change-actions-after-close-pr
Browse files Browse the repository at this point in the history
[CI] change branch name after merge pr
  • Loading branch information
kosenda authored Mar 10, 2024
2 parents e68bb6e + 44ee091 commit c2afc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/SaveScreenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: ./gradlew recordRoborazziProdDebug --stacktrace

- name: Save SAVE_NAME
run: echo "SAVE_NAME=$( echo screenshot-${{ github.head_ref }} | sed "s/\//-/g" )" >> $GITHUB_ENV
run: echo "SAVE_NAME=$( echo screenshot-${{ github.base_ref }} | sed "s/\//-/g" )" >> $GITHUB_ENV

- name: Save screenshots
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c2afc52

Please sign in to comment.