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 fe8cd4c commit 6231b44Copy full SHA for 6231b44
.github/workflows/update-images.yaml
@@ -337,7 +337,6 @@ jobs:
337
SUBMITTER: ${{ github.event.head_commit.author.email }}
338
run: |
339
# git add returns success for files that exist and haven't been modified
340
- git pull --rebase
341
git add kctf-operator/resources/constants.go
342
git add dist/resources/install.yaml
343
git add kctf-operator/config/crd/bases/kctf.dev_challenges.yaml
@@ -353,5 +352,6 @@ jobs:
353
352
git config user.email "$SUBMITTER"
354
git config user.name "GitHub Action"
355
if git commit -m "Automated commit: update images."; then
+ git pull --rebase
356
git push
357
fi
0 commit comments