Skip to content

Commit

Permalink
action: replace $GITHUB_SHA with $GITHUB_HEAD_REF
Browse files Browse the repository at this point in the history
  • Loading branch information
amirouche committed Nov 22, 2023
1 parent 20a6fa0 commit d01900e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Continuous Integration

11;rgb:1eb8/1eb8/1eb8
on:
push:

Expand All @@ -25,7 +25,7 @@ jobs:
name: ${{ matrix.python-version }} on ${{ matrix.os }}
steps:
- run: gh repo clone amirouche/asyncio-foundationdb -- found --depth=1
- run: cd found && git checkout $GITHUB_SHA
- run: cd found && git checkout $GITHUB_HEAD_REF
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit d01900e

Please sign in to comment.