We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85c08a4 + 028cf9c commit 70713daCopy full SHA for 70713da
1 file changed
.github/workflows/hashfile.yml
@@ -9,9 +9,9 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
- - run: echo "VERSION=\"$(echo $GITHUB_REF | cut -d / -f 3)\"" >> $GITHUB_ENV
+ - run: echo "VERSION=$(echo $GITHUB_REF | cut -d / -f 3)" >> $GITHUB_ENV
13
shell: bash
14
- - run: echo "REPOSITORY_NAME=\"$(echo \"$GITHUB_REPOSITORY\" | awk -F / '{print $2}')\"" >> $GITHUB_ENV
+ - run: echo "REPOSITORY_NAME=$(echo \"$GITHUB_REPOSITORY\" | awk -F / '{print $2}')" >> $GITHUB_ENV
15
16
- name: Checking out sources
17
uses: actions/checkout@v6
0 commit comments