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 4515a2b commit f2cd2d9Copy full SHA for f2cd2d9
.github/workflows/build.yml
@@ -15,6 +15,7 @@ jobs:
15
go: [ '1.14' ]
16
name: Build ${{ matrix.go }}
17
steps:
18
+ - run: echo '${{ github.ref }}'
19
- uses: aws-actions/configure-aws-credentials@v1
20
with:
21
aws-access-key-id: ${{ secrets.SIGSCI_PROD_ACCESS_KEY_ID }}
0 commit comments