We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a1034 commit d5cd74bCopy full SHA for d5cd74b
.github/workflows/main.yml
@@ -122,7 +122,6 @@ jobs:
122
123
- name: Get all changed content files
124
env:
125
- GH_TOKEN: ${{ github.token }}
126
# If changing these regexes, test them on https://regex101.com/ with the
127
# following paths (you can paste the block in and uncomment it):
128
# Add new tests if necessary
@@ -200,7 +199,6 @@ jobs:
200
199
201
- name: Get changed files
202
203
204
CHANGED_FILES: ${{needs.decide-jobs.outputs.all-changed-files}}
205
run: |
206
mkdir -p .github/outputs
0 commit comments