Skip to content

Commit

Permalink
Update template.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Curious-r authored Mar 13, 2023
1 parent aebe8bb commit 7ea04cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Get Commit Hash
id: get-hash
run: |
git clone --depth 1 $REPO_URL -b $REPO_BRANCH .
git clone --depth 1 $REPO_URL -b $REPO_BRANCH ./
echo "commit-hash=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
- name: Compare Commit Hash
Expand Down

0 comments on commit 7ea04cd

Please sign in to comment.