mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 09:20:39 +01:00
Use original action after my changes went upstream.
This commit is contained in:
parent
633a009cb4
commit
1ba34b9402
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -81,7 +81,7 @@ jobs:
|
||||
echo "snapshot_name=v4.0" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Snapshot - delete old assets
|
||||
uses: asfernandes/delete-release-assets@update-libraries-and-node
|
||||
uses: mknejp/delete-release-assets@v1
|
||||
if: steps.snapshot_prepare.outputs.snapshot_name
|
||||
with:
|
||||
repository: FirebirdSQL/snapshots
|
||||
@ -330,7 +330,7 @@ jobs:
|
||||
echo "snapshot_name=v4.0" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Snapshot - delete old assets
|
||||
uses: asfernandes/delete-release-assets@update-libraries-and-node
|
||||
uses: mknejp/delete-release-assets@v1
|
||||
if: steps.snapshot_prepare.outputs.snapshot_name
|
||||
with:
|
||||
repository: FirebirdSQL/snapshots
|
||||
|
Loading…
Reference in New Issue
Block a user