Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit c70f950

Browse files
committed
maybe we don't need raw tags
1 parent 028d262 commit c70f950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ steps:
689689
with: e-line.md
690690
data:
691691
filename: .github/workflows/my-workflow.yml
692-
code: {% raw %}repo-token: ${{ secrets.GITHUB_TOKEN }}{% endraw %}
692+
code: 'repo-token: ${{ secrets.GITHUB_TOKEN }}'
693693
got: '%actions.workflowFileContents%'
694694

695695
- type: gate
@@ -701,7 +701,7 @@ steps:
701701
with: e-line.md
702702
data:
703703
filename: .github/workflows/my-workflow.yml
704-
code: {% raw %}joke: ${{ steps.jokes.outputs.joke-output }}{% endraw %}
704+
code: 'joke: ${{ steps.jokes.outputs.joke-output }}'
705705
got: '%actions.workflowFileContents%'
706706

707707
- type: closeIssue

0 commit comments

Comments
 (0)