summaryrefslogtreecommitdiff
path: root/.github/workflows/check-commit.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check-commit.yml')
-rw-r--r--.github/workflows/check-commit.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check-commit.yml b/.github/workflows/check-commit.yml
index dbb7f56..ceac75a 100644
--- a/.github/workflows/check-commit.yml
+++ b/.github/workflows/check-commit.yml
@@ -7,7 +7,7 @@ jobs:
get-commit:
runs-on: ubuntu-latest
steps:
- - uses: archtions/[email protected]
+ - uses: actions/[email protected]
- name: Fetch packwiz commit
run: |
curl -sL https://api.github.com/repos/packwiz/packwiz/commits | jq .[0].sha > current_commit.txt
@@ -28,4 +28,4 @@ jobs:
git tag "$(date '+%Y%m%d')"
git push
- git puh --tags
+ git push --tags