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 5b613fd commit d498480Copy full SHA for d498480
.github/workflows/build.yml
@@ -126,5 +126,5 @@ jobs:
126
127
- name: Test Docker image
128
run: |
129
- docker run --rm ${{ github.sha }}:latest ./run.sh --version
+ docker run --rm ${{ github.sha }}:latest ./rudn.sh --version
130
0 commit comments