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.
2 parents ae0fe3c + 9a5b232 commit dce78fcCopy full SHA for dce78fc
.github/workflows/main.yml
@@ -20,7 +20,7 @@ permissions: {}
20
jobs:
21
# This workflow contains a single job called "build"
22
build-and-test:
23
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
24
name: Build and Test
25
# Steps represent a sequence of tasks that will be executed as part of the job
26
steps:
@@ -57,7 +57,7 @@ jobs:
57
release:
58
needs: [ 'build-and-test' ]
59
if: github.repository == 'bitnami/wait-for-port' && startsWith(github.ref, 'refs/tags/')
60
61
62
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
63
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
0 commit comments