You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,13 +85,13 @@ env:
85
85
# permission can be added at job level or workflow level
86
86
permissions:
87
87
id-token: write
88
-
contents: read # This is required for actions/checkout@v1
88
+
contents: read # This is required for actions/checkout@v2
Copy file name to clipboardExpand all lines: content/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,8 @@ This Markdown example adds a status badge for a branch with the name `feature-1`
39
39
40
40
## Using the `event` parameter
41
41
42
-
This Markdown example adds a badge that displays the status of workflow runs triggered by the `pull_request` event.
42
+
This Markdown example adds a badge that displays the status of workflow runs triggered by the `push` event, which will show the status of the build for the current state of that branch.
0 commit comments