We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e6474 commit 9779da9Copy full SHA for 9779da9
1 file changed
README.md
@@ -18,7 +18,7 @@ on: [push]
18
jobs:
19
ci-cd:
20
name: Build, Push and Deploy
21
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
22
steps:
23
- name: Checkout
24
uses: actions/checkout@v2
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v2
28
with:
29
repository: Staffbase/gitops-github-action
30
- ref: v1
+ ref: v3
31
# The GITOPS_TOKEN is available as organization secret.
32
token: ${{ secrets.GITOPS_TOKEN }}
33
# It's important that you clone the repository into the .github/gitops path, because the GitHub Action has a hard dependency on this path.
0 commit comments