We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0d13d commit a6f2e68Copy full SHA for a6f2e68
content/actions/reference/workflow-syntax-for-github-actions.md
@@ -446,7 +446,7 @@ steps:
446
uses: monacorp/action-name@main
447
- name: My backup step
448
if: {% raw %}${{ failure() }}{% endraw %}
449
- uses: actions/heroku@master
+ uses: actions/heroku@1.0.0
450
```
451
452
#### **`jobs.<job_id>.steps.name`**
@@ -492,7 +492,7 @@ jobs:
492
steps:
493
- name: My first step
494
# Uses the default branch of a public repository
495
496
- name: My second step
497
# Uses a specific version tag of a public repository
498
uses: actions/[email protected]
0 commit comments