diff options
author | MarvNC <rotrobmin@gmail.com> | 2023-11-03 11:59:21 -0700 |
---|---|---|
committer | MarvNC <rotrobmin@gmail.com> | 2023-11-03 11:59:21 -0700 |
commit | ec62375c017f124570cf922647c530829714eee2 (patch) | |
tree | accb3968e083f6e59a243b840d7859d61b3fae9e /.github/workflows/publish-firefox-development.yml | |
parent | 5e10b67c500b7af9d5af6d98caae9734ebdf984d (diff) | |
parent | b64f51c3b13a46af4dd7f1e43048ac19c781ca7b (diff) |
Merge remote-tracking branch 'upstream/master' into update-dictionaries
Diffstat (limited to '.github/workflows/publish-firefox-development.yml')
-rw-r--r-- | .github/workflows/publish-firefox-development.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish-firefox-development.yml b/.github/workflows/publish-firefox-development.yml index 7312bd56..1181277a 100644 --- a/.github/workflows/publish-firefox-development.yml +++ b/.github/workflows/publish-firefox-development.yml @@ -91,7 +91,7 @@ jobs: git commit -a -m "${{ github.ref_name }}" - name: Push changes - uses: ad-m/github-push-action@29f05e01bb17e6f28228b47437e03a7b69e1f9ef # pin@master + uses: ad-m/github-push-action@d91a481090679876dfc4178fef17f286781251df # pin@master with: branch: metadata |