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 2a47f6a commit f8587d4Copy full SHA for f8587d4
.github/workflows/update-docker-build-image.yaml
@@ -70,17 +70,9 @@ jobs:
70
- name: Commit changes
71
if: steps.check-changes.outputs.commit_changes == 'true'
72
id: create-commit
73
- env:
74
- GITHUB_TOKEN: ${{ steps.octo-sts.outputs.token }}
75
run: |
76
git config user.name "github-actions[bot]"
77
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
78
-
79
- if [[ -z "$(git status -s)" ]]; then
80
- echo "No changes to commit, exiting."
81
- exit 0;
82
- fi
83
84
git commit --message "feat(ci): Update Docker build image" .gitlab-ci.yml
85
echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
86
- name: Push changes
0 commit comments