Procházet zdrojové kódy

fix invalid syntax of GITHUB_OUTPUT

Yuki Takei před 3 roky
rodič
revize
6e9e86199d

+ 1 - 1
.github/workflows/release.yml

@@ -140,7 +140,7 @@ jobs:
       id: suffix
       id: suffix
       run: |
       run: |
         [[ ${{ matrix.flavor }} = "nocdn" ]] && suffix="-nocdn" || suffix=""
         [[ ${{ matrix.flavor }} = "nocdn" ]] && suffix="-nocdn" || suffix=""
-        echo "SUFFIX=$suffix"" >> $GITHUB_OUTPUT
+        echo "SUFFIX=$suffix" >> $GITHUB_OUTPUT
 
 
     - name: Docker meta
     - name: Docker meta
       id: meta
       id: meta

+ 3 - 3
.github/workflows/reusable-app-prod.yml

@@ -129,8 +129,8 @@ jobs:
     - name: Get Date
     - name: Get Date
       id: get-date
       id: get-date
       run: |
       run: |
-        echo "dateYmdHM=$(/bin/date -u "+%Y%m%d%H%M")"" >> $GITHUB_OUTPUT
-        echo "dateYm=$(/bin/date -u "+%Y%m")"" >> $GITHUB_OUTPUT
+        echo "dateYmdHM=$(/bin/date -u "+%Y%m%d%H%M")" >> $GITHUB_OUTPUT
+        echo "dateYm=$(/bin/date -u "+%Y%m")" >> $GITHUB_OUTPUT
 
 
     - name: Cache/Restore node_modules (not reused)
     - name: Cache/Restore node_modules (not reused)
       id: cache-dependencies
       id: cache-dependencies
@@ -250,7 +250,7 @@ jobs:
       id: determine-spec-exp
       id: determine-spec-exp
       run: |
       run: |
         SPEC=`node bin/github-actions/generate-cypress-spec-arg.js --prefix="test/cypress/integration/" --suffix="-*/**" "${{ matrix.spec-group }}"`
         SPEC=`node bin/github-actions/generate-cypress-spec-arg.js --prefix="test/cypress/integration/" --suffix="-*/**" "${{ matrix.spec-group }}"`
-        echo "value=$SPEC"" >> $GITHUB_OUTPUT
+        echo "value=$SPEC" >> $GITHUB_OUTPUT
 
 
     - name: Copy dotenv file for ci
     - name: Copy dotenv file for ci
       working-directory: ./packages/app
       working-directory: ./packages/app