We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13bf755 commit 426514cCopy full SHA for 426514c
.github/workflows/pacakge.yml
@@ -31,14 +31,6 @@ jobs:
31
name: chrome-extension
32
path: package/*.zip
33
34
- - name: Commit package to repository
35
- run: |
36
- git config --global user.name 'GitHub Actions'
37
- git config --global user.email 'github-actions[bot]@users.noreply.github.com'
38
- git add package/*.zip
39
- git commit -m "Update packaged extension" || exit 0
40
- git push
41
-
42
- name: Get current date
43
id: date
44
run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
0 commit comments