Skip to content

Commit

Permalink
fix: branch for setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP authored Jun 5, 2024
1 parent 6132ce8 commit 912189d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions-mn/setup@master
- uses: actions-mn/setup@main

- run: mkdir result1
- uses: ./
Expand Down Expand Up @@ -102,4 +102,4 @@ jobs:

- uses: andstor/file-existence-action@v1
with:
files: result1/README.html
files: result1/README.html

0 comments on commit 912189d

Please sign in to comment.