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 49d3407 commit bd8d938Copy full SHA for bd8d938
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
16
- name: Deploy Image
17
run: bash scripts/build-push.sh
18
env:
.github/workflows/latest-changes.yml
@@ -16,7 +16,7 @@ jobs:
latest-changes:
19
20
with:
21
# To allow latest-changes to commit to master
22
token: ${{ secrets.ACTIONS_TOKEN }}
.github/workflows/test.yml
- name: Build Image
run: bash scripts/build.sh
0 commit comments