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 c89e853 commit 610e006Copy full SHA for 610e006
.github/workflows/linux-runner-workflow.yml
@@ -12,7 +12,10 @@ jobs:
12
steps:
13
- uses: actions/checkout@v2
14
- id: linux-run-id1
15
- uses: githubNinja/github-actions@v1.0.11
+ uses: githubNinja/github-actions@v1.0.12
16
+ env:
17
+ GITHUB_ACCESS_TOKEN: ${{ secrets.OM_OPS_AUTOMATION_GITHUB_ACCESS_TOKEN }}
18
with:
19
module_to_bump: github-actions
20
version_to_bump: 1.0.0-SNAPSHOT
21
+ github_access_token: GITHUB_ACCESS_TOKEN
.github/workflows/main.yml
@@ -1,3 +1,6 @@
1
+#This runner works with the version v1.0.10 and
2
+# with version of v1.0.11 the runner is changed
3
+
4
name: "Run worflow based on Action"
5
on:
6
push:
0 commit comments