Fix typo :p

This commit is contained in:
Laica Lunasys 2023-04-09 17:56:32 +09:00
parent 3639390789
commit b6af3ab891
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: "Login to GitHub Container Registry" - name: "Login to GitHub Container Registry"
uses: docker/login-aciton@v2 uses: docker/login-action@v2
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}