|
82 | 82 | task python:base:copy-files IDENTIFIER=${{ matrix.identifier }} NBL_PYTHON_VERSION=${{ matrix.version }} |
83 | 83 | fi |
84 | 84 | task python:noteable:copy-files IDENTIFIER=${{ matrix.identifier }} NBL_PYTHON_VERSION=${{ matrix.version }} |
85 | | - - run: scripts/set-variables.sh ${{ github.ref_name }} ${{ github.event_name }} ${{ github.event.pull_request.number }} |
| 85 | + - run: scripts/set-variables.sh ${{ github.ref_name || github.ref }} ${{ github.event_name }} ${{ github.event.pull_request.number }} |
86 | 86 | - uses: docker/login-action@v2 |
87 | 87 | with: |
88 | 88 | registry: ghcr.io |
@@ -127,7 +127,7 @@ jobs: |
127 | 127 | repo-token: ${{ github.token }} |
128 | 128 | - run: | |
129 | 129 | task r:base:copy-files NBL_LANGUAGE_VERSION=${{ matrix.version }} |
130 | | - - run: scripts/set-variables.sh ${{ github.ref_name }} ${{ github.event_name }} ${{ github.event.pull_request.number }} |
| 130 | + - run: scripts/set-variables.sh ${{ github.ref_name || github.ref }} ${{ github.event_name }} ${{ github.event.pull_request.number }} |
131 | 131 | - uses: docker/login-action@v2 |
132 | 132 | with: |
133 | 133 | registry: ghcr.io |
@@ -165,7 +165,7 @@ jobs: |
165 | 165 | repo-token: ${{ github.token }} |
166 | 166 | - run: | |
167 | 167 | task rust:base:copy-files NBL_LANGUAGE_VERSION=${{ matrix.version }} |
168 | | - - run: scripts/set-variables.sh ${{ github.ref_name }} ${{ github.event_name }} ${{ github.event.pull_request.number }} |
| 168 | + - run: scripts/set-variables.sh ${{ github.ref_name || github.ref }} ${{ github.event_name }} ${{ github.event.pull_request.number }} |
169 | 169 | - uses: docker/login-action@v2 |
170 | 170 | with: |
171 | 171 | registry: ghcr.io |
@@ -203,7 +203,7 @@ jobs: |
203 | 203 | repo-token: ${{ github.token }} |
204 | 204 | - run: | |
205 | 205 | task deno:base:copy-files NBL_LANGUAGE_VERSION=${{ matrix.version }} |
206 | | - - run: scripts/set-variables.sh ${{ github.ref_name }} ${{ github.event_name }} ${{ github.event.pull_request.number }} |
| 206 | + - run: scripts/set-variables.sh ${{ github.ref_name || github.ref }} ${{ github.event_name }} ${{ github.event.pull_request.number }} |
207 | 207 | - uses: docker/login-action@v2 |
208 | 208 | with: |
209 | 209 | registry: ghcr.io |
|
0 commit comments