We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e118bad commit e5c4692Copy full SHA for e5c4692
.github/workflows/action.yaml
@@ -1,2 +1,14 @@
1
name: 'Action'
2
-description:
+description:
3
+runs:
4
+on:
5
+ push:
6
+ branches: [ main ]
7
+ pull_request:
8
9
+
10
+jobs:
11
+ build:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/checkout@v2
.github/workflows/private-ai-agent.yml
@@ -57,6 +57,6 @@ jobs:
57
58
- name: Ignore certain files from triggering
59
run: |
60
- echo "::add-mask::ai-agent-action.yml"
+ echo "::add-mask::action.yaml"
61
echo "::add-mask::Dockerfile"
62
echo "::add-mask::.github/actions"
0 commit comments