Skip to content

Commit

Permalink
feat: updates checkout action version and allows for testing on this …
Browse files Browse the repository at this point in the history
…branch
  • Loading branch information
BHSDuncan committed May 4, 2023
1 parent 648747c commit dd00869
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/fanout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- "main"
- "develop"
- "fanout-fix"

concurrency: fanout-${{ github.ref }}

Expand Down Expand Up @@ -38,7 +39,7 @@ jobs:
sudo apt-get install git -y
fi
- name: "Checkout"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
with:
repository: "godot-escoria/escoria-demo-game"
ref: "develop"
Expand All @@ -55,7 +56,7 @@ jobs:
git clean -fd
git status
- name: "Checkout"
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
with:
repository: "${{ env.REPO }}"
ref: "develop"
Expand Down

0 comments on commit dd00869

Please sign in to comment.