diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-08-19 17:22:39 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-19 17:22:39 +0900 |
commit | 401ffe9d2d6251a260e61a5205f880453287c043 (patch) | |
tree | 745e928b087c4bf1ef03056561de7f87993d7994 /.github | |
parent | 9ea267fda95edccdcf7fabd5929885b7af42dda0 (diff) | |
parent | 098d8d5cd692ce43b5355f51430e33c1cf98381c (diff) |
Merge pull request #200 from themoeway/dependabot/github_actions/ad-m/github-push-action-9a2e3c14aaecf56d5816dc3a54514f82050820b2
Bump ad-m/github-push-action from 0fafdd62b84042d49ec0cb92d9cac7f7ce4ec79e to 9a2e3c14aaecf56d5816dc3a54514f82050820b2
Diffstat (limited to '.github')
-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 6a4e6ce8..f69960aa 100644 --- a/.github/workflows/publish-firefox-development.yml +++ b/.github/workflows/publish-firefox-development.yml @@ -83,6 +83,6 @@ jobs: git commit -a -m "${{ github.event.release.name }} - ${{ github.event.release.html_url }}" - name: Push changes - uses: ad-m/github-push-action@0fafdd62b84042d49ec0cb92d9cac7f7ce4ec79e # pin@master + uses: ad-m/github-push-action@9a2e3c14aaecf56d5816dc3a54514f82050820b2 # pin@master with: branch: metadata |