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 cfdaa89 commit 23e010cCopy full SHA for 23e010c
.github/workflows/initial_setup.yml
@@ -7,7 +7,6 @@ on:
7
8
permissions:
9
contents: write
10
- actions: write
11
12
jobs:
13
start:
@@ -19,7 +18,7 @@ jobs:
19
18
20
- name: Run initial setup script
21
run: |
22
- sed -i "/if: github.repository != 'AlmaLinux\/atomic-respin-template'/d" .github/workflows/*.yml
+ # sed -i "/if: github.repository != 'AlmaLinux\/atomic-respin-template'/d" .github/workflows/*.yml
23
rm -rf \
24
.github/README.md \
25
.github/workflows/initial_setup.yml
0 commit comments