Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- uses: ffflorian/actions/force-release@c3ebe9a46aca0870e964c6c07bbd38395515d095
- uses: ffflorian/actions/force-release@bd0f6230f0235903981da2bd4a16e7154261ef33
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
git_authorship: 'Florian Imdahl <git@ffflorian.de>'
2 changes: 1 addition & 1 deletion .github/workflows/git_mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: read
runs-on: ubuntu-latest
steps:
- uses: ffflorian/actions/git-mirror@c3ebe9a46aca0870e964c6c07bbd38395515d095
- uses: ffflorian/actions/git-mirror@bd0f6230f0235903981da2bd4a16e7154261ef33
with:
GITLAB_REMOTE: 'git@gitlab.com:${{ github.repository }}.git'
GITLAB_SECRET: ${{ secrets.GITLAB_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yarn_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1

- name: Update yarn
uses: ffflorian/actions/yarn-update@c3ebe9a46aca0870e964c6c07bbd38395515d095
uses: ffflorian/actions/yarn-update@bd0f6230f0235903981da2bd4a16e7154261ef33
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
git_authorship: 'Florian Imdahl <git@ffflorian.de>'
Expand Down