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 ae534ae commit cab1067Copy full SHA for cab1067
1 file changed
.github/workflows/test.yaml
@@ -11,6 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
+ with:
15
+ ref: ${{ github.sha }}
16
- name: Login to Docker Hub
17
if: ${{ !github.event.pull_request.head.repo.fork }}
18
uses: docker/login-action@v2
0 commit comments