File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 41
41
with :
42
42
token : ${{ secrets.TOKEN_GITHUB }}
43
43
44
- - name : Delete Branch
45
- shell : bash
46
- run : git push origin --delete ${{ github.ref }}
44
+ - name : Dump GitHub context
45
+ env :
46
+ GITHUB_CONTEXT : ${{ toJSON(github) }}
47
+ run : echo "$GITHUB_CONTEXT"
48
+
49
+ # - name: Delete Branch
50
+ # shell: bash
51
+ # run: git push origin --delete ${{ github.ref_name }}
52
+
Original file line number Diff line number Diff line change @@ -15,14 +15,6 @@ permissions:
15
15
pull-requests : write
16
16
17
17
jobs :
18
- context-dump :
19
- runs-on : ubuntu-latest
20
- steps :
21
- - name : Dump GitHub context
22
- env :
23
- GITHUB_CONTEXT : ${{ toJSON(github) }}
24
- run : echo "$GITHUB_CONTEXT"
25
-
26
18
tofu-plan :
27
19
name : ' OpenTofu Plan'
28
20
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments