We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38448de commit 56c4e68Copy full SHA for 56c4e68
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
env:
7
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v2.3.1
10
- name: Checkout tags
11
run: git fetch --unshallow origin +refs/tags/*:refs/tags/*
12
- name: Set git branch variable
@@ -17,7 +17,6 @@ jobs:
17
shell: bash
18
run: |
19
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
20
- echo $auth_header
21
git submodule sync --recursive
22
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
23
- name: Build the Docker image
0 commit comments