Skip to content

Commit

Permalink
Correct the action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Serg046 committed Nov 22, 2024
1 parent 9d65652 commit b1e4cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/skycity-sync.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy
name: Sync data with skycity

on:
push:
Expand All @@ -24,6 +24,6 @@ jobs:
git config --local user.name "github-actions[bot]"
git commit -m "Add changes"
- name: Push changes
uses: ad-m/github-push-action@main
uses: ad-m/github-push-action@master
with:
branch: ${{ github.head_ref }}

0 comments on commit b1e4cd6

Please sign in to comment.