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/force-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

- uses: ffflorian/actions/force-release@e572b82b99ef6e385a524011ab2ff665bc837a10
- uses: ffflorian/actions/force-release@f06ed1e06d898a98e4a130ba534c12d44bda9ded
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 @@ -12,7 +12,7 @@ jobs:
contents: read
runs-on: ubuntu-latest
steps:
- uses: ffflorian/actions/git-mirror@e572b82b99ef6e385a524011ab2ff665bc837a10
- uses: ffflorian/actions/git-mirror@f06ed1e06d898a98e4a130ba534c12d44bda9ded
with:
GITLAB_REMOTE: 'git@gitlab.com:ffflorian/node-packages.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 @@ -20,6 +20,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update yarn
uses: ffflorian/actions/yarn-update@e572b82b99ef6e385a524011ab2ff665bc837a10
uses: ffflorian/actions/yarn-update@f06ed1e06d898a98e4a130ba534c12d44bda9ded
with:
git_authorship: 'Florian Imdahl <git@ffflorian.de>'
Loading