Skip to content

Commit

Permalink
Update test_ubuntu-20.04.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
annaborn authored Aug 21, 2023
1 parent 6e1699d commit ee13ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_ubuntu-20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

- name: Branch name
shell: bash
run: echo "##[name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
run: echo "branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT
id: current_branch

- name: Build 20.04
Expand Down

0 comments on commit ee13ead

Please sign in to comment.