Skip to content

Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.8.0 #17

Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.8.0

Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.8.0 #17

name: Static Analysis Trigger
on:
pull_request:
branches: [develop]
jobs:
save-branch-name:
runs-on: ubuntu-latest
steps:
- name: Persist branch name
run: |

Check failure on line 12 in .github/workflows/static-analysis-trigger.yml

View workflow run for this annotation

GitHub Actions / Static Analysis Trigger

Invalid workflow file

The workflow is not valid. .github/workflows/static-analysis-trigger.yml (Line: 12, Col: 14): Unrecognized named-value: 'GITHUB_HEAD_REF'. Located at position 1 within expression: GITHUB_HEAD_REF
mkdir -p ./pr
echo "${{ GITHUB_HEAD_REF }}" > ./pr/branch.txt
- name: Upload branch name
uses: actions/upload-artifact@v2
with:
name: pr
path: pr/