Skip to content
Open
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/add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- opened
jobs:
add-to-project:
uses: famedly/github-workflows/.github/workflows/add-to-project.yml@github-v1
uses: famedly/github-workflows/.github/workflows/add-to-project.yml@57b383862ba81dfa265bb33d492e2bbcbc96891d
with:
project-url: https://github.com/orgs/famedly/projects/6
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/authenticate-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:

steps:
- name: Authenticating commits
uses: sequoia-pgp/authenticate-commits@v1
uses: sequoia-pgp/authenticate-commits@7880c1fe9a32b85ba665e02fb827054a83627a04
with:
comment: on-error
2 changes: 1 addition & 1 deletion .github/workflows/ff-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Fast forwarding
uses: sequoia-pgp/fast-forward@v1
uses: sequoia-pgp/fast-forward@e2c6fb52f977408912b000ad4577a669f1c4f5fe
with:
merge: true
comment: on-error
Loading