Skip to content

Commit ffe8cac

Browse files
authoredMay 12, 2024
Update gpn.yaml
1 parent a341792 commit ffe8cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/gpn.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Prepare GPN Fahrplan
2020
run: python3 schedule_gpn.py
2121
- name: Minio Deploy
22-
uses: mamal72/minio-perfect-deploy-action@main
22+
uses: mamal72/minio-perfect-deploy-action@c672ba4a8b7d457edea227f1bf0d5b60d69079f2
2323
with:
2424
endpoint: https://s3.margau.net
2525
access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
@@ -32,4 +32,4 @@ jobs:
3232
uses: actions/upload-artifact@v2
3333
with:
3434
name: gpn-fahrplan
35-
path: out
35+
path: out

0 commit comments

Comments
 (0)
Please sign in to comment.