Skip to content

Commit

Permalink
Update deployDev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo1212 authored Oct 26, 2023
1 parent ae3cd20 commit 3e1a0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: jsdaniell/[email protected]
with:
name: "generatedGitInfo.json"
json: "{\"gitBranch\": \"${GITHUB_REF#refs/heads/}\",\"gitCommitHash\": \"$(git rev-parse --short '$GITHUB_SHA')\"}"
json: "{\"gitBranch\": \"${{GITHUB_REF#refs/heads/}}\",\"gitCommitHash\": \"${{(git rev-parse --short '$GITHUB_SHA')}}\"}"
dir: 'src/'

- name: Read git infos
Expand Down

0 comments on commit 3e1a0a7

Please sign in to comment.