fix delimiter
Signed-off-by: ahuston-0 <aliceghuston@gmail.com> Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/flake-update.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/flake-update.yml
									
									
									
									
										vendored
									
									
								
							| @@ -7,7 +7,7 @@ on: | |||||||
| jobs: | jobs: | ||||||
|   createPullRequest: |   createPullRequest: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     # if: github.ref == 'refs/heads/main' # ensure workflow_dispatch only runs on main |     if: github.ref == 'refs/heads/main' # ensure workflow_dispatch only runs on main | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - name: Login to Docker Hub |       - name: Login to Docker Hub | ||||||
| @@ -36,7 +36,7 @@ jobs: | |||||||
|         run: | |         run: | | ||||||
|           delimiter="$(openssl rand -hex 8)" |           delimiter="$(openssl rand -hex 8)" | ||||||
|           { |           { | ||||||
|           echo "POSTDIFF=${delimiter}" |           echo "POSTDIFF<<${delimiter}" | ||||||
|           cat post-diff |           cat post-diff | ||||||
|           echo "${delimiter}" |           echo "${delimiter}" | ||||||
|           } >> $GITHUB_ENV |           } >> $GITHUB_ENV | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user