We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c450f9 commit ff9f0d5Copy full SHA for ff9f0d5
1 file changed
.github/workflows/action#2.yaml
@@ -3,6 +3,6 @@ on:
3
pull_request:
4
jobs:
5
print-branch:
6
- runs-on: ubuntu-lates
+ runs-on: ubuntu-latest
7
steps:
8
- - run: echo "runs from branch ${{ github.ref }}"
+ - run: echo "runs from branch ${{ github.ref }}"
0 commit comments