We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3ecbb commit cf3821cCopy full SHA for cf3821c
.github/workflows/conda.yml
@@ -12,10 +12,5 @@ jobs:
12
pull-requests: write
13
runs-on: ubuntu-latest
14
steps:
15
- - run: echo ${{ github.event.push.head.ref }}
16
- # - uses: actions/checkout@v4
17
- # with:
18
- # ref: ${{ github.event.pull_request.head.ref }}
19
- # - uses: actions/setup-python@v4
20
- # - run: python conda/sync_requirements.py
21
- # - uses: stefanzweifel/git-auto-commit-action@v5
+ - run: echo 'Branch: ${{ github.ref }}'
+ - run: echo 'Branch: ${{ github.ref_name }}'
0 commit comments