Skip to content

Commit e6311a7

Browse files
committed
Fix broken flyctl gh action
1 parent a1cbde8 commit e6311a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
needs: [check-requirements, build-image]
5252
steps:
5353
- uses: actions/checkout@v3
54-
- uses: jmoll/setup-flyctl@1.1.1
54+
- uses: superfly/flyctl-actions/setup-flyctl@master
5555
- name: Parse API Version
5656
run: echo "API_VERSION=$(echo $GITHUB_REF | awk -F '/' '{print $NF}' | cut -c 2-)" >> $GITHUB_ENV
5757
- name: Deploy API on Fly.io

0 commit comments

Comments
 (0)